Properties
| Name | Returns | Notes | Example |
|---|---|---|---|
| fields | Map | ||
| groupName | String | ||
| groupTitle | String | ||
| org | OrgData | ||
| id | long | The internal ID of this membership | |
| roles | List | ||
| registrationDate | Date | returns createdDate for this membership aka user registration date | |
| groupFolderName | String | ||
| groupType | String |
Methods
| Name | Returns | Notes | Example |
|---|---|---|---|
| numLocalMembers ( ) | long | Find the number of members within this same group on this organisation | |
| profile ( ) | ExtProfileBean | Get the profile of this membership | |
| moduleStatuses ( wr ) | Map | Get a map of module statuses, keyed on the program/course/module code | |
| moduleStatuses ( org ) | Map | ||
| allMemberships ( ) | MembershipList | Return all memberships for this user to groups within the parent organisation of this group |
Hide comments